home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / ShowDetailsPopup.xml282 < prev    next >
Text File  |  2008-03-10  |  1KB  |  33 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.         <TextStyle name="ChannelName" color="White" size="12"/>
  5.         <TextStyle name="ShowTitle" color="Yellow" size="16"/>
  6.         <TextStyle name="ButtonText" color="White" size="12"/>
  7.     </TextStyles>
  8.  
  9.     <!-- placements -->
  10.     <Placements>
  11.         <Placement name="PopupBackground" loc="9,12" size="82,75"/>
  12.         <Placement name="FirstButton" loc="20.5,19" offset="5.5"/>
  13.     </Placements>
  14.  
  15.     <!-- Composite Images -->
  16.     <CompositeImages>
  17.  
  18.         <CompositeImage name="PopupBackground" size="82,75">
  19.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
  20.  
  21.             <!-- channel details -->
  22.             <DrawImage filename="@channelIcon" loc="87,5" size="9,9" fixedAspectRatio="true"/>
  23.             <DrawText text="@channelName" loc="25,15" size="38,9" textStyle="ChannelName" align="Left"/>
  24.  
  25.             <!-- show details -->
  26.             <DrawText text="@title" loc="25,6" size="60,6" textStyle="ShowTitle" align="Left" valign="Center"/>            
  27.             <DrawText text="@airingTime" loc="25,20" size="50,5" textStyle="GeneralTextStyle" align="Left"/>            
  28.             <DrawText text="@genreRating" loc="25,25" size="70,60" textStyle="GeneralTextStyle" align="Left"/>            
  29.             <DrawText text="@subtitleDescription" loc="4,44" size="92,54" textStyle="GeneralTextStyle" align="Left"/>
  30.             
  31.         </CompositeImage>
  32.     </CompositeImages>             
  33. </settings>